@media (min-width: 992px) {
    .navbar-brand {
        padding: 12px 15px;
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .navbar-nav>li {
        margin: 0px;
        line-height: 89px;
    }

    .navbar-nav>li>a {
        overflow: hidden;
        padding: 38px 15px;
        color: #fffefe;
        font-size: 14px;
        display: block;
    }
    .navbar-nav>li.active>a{
        font-weight: bold;
    }
	
    .nav>li>a:focus,
    .nav>li>a:hover {
        background: 0 0;
        color: #fff;

    }
    .dropdown-menu>li>a {
        padding: 12px 20px;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #c09358;
        color: #fff;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border: none;
        background: 0 0;
    }

    .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }

    .navbar-nav>li>a span {
        display: block;
        position: relative;
        transition: all ease-in-out 0.3s;
    }

    .navbar-nav>li>a:hover span {
        transform: translateY(-50px);
        color: #c22a1f;
    }

    .navbar-nav>li>a span:after {
        position: absolute;
        content: attr(data-title);
        top: 50px;
        left: 0;
    }

    .navbar-nav>li>a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #ffcc00;
        transition: all ease-in-out .3s;
    }

    .navbar-nav>li>a:hover:after {
        width: 100%;
    }

    .navbar-nav>li>a:last-child:hover:after {
        width: 0;
    }
    .nav>li:hover .dropdown-menu {
    display: block;
}
 
}

@media (max-width:767px) {
	
    .navbar{background-color: #158f96;}
    .navbar-brand{height: 60px;
        width: 35%;
    padding:8px 0px 0 10px;}
    .navbar-brand img{width:100%;}
    .icon-bar {
        background: #fff;
    }
    .plogo{
        margin:0 auto;
        line-height: 48px;
    }
    .plogo h3{
        font-size: 22px;
        color: #11a690
        font-weight: bold;
        line-height: 48px;
    }
    .plogo img{ display: none; }
    .navbar-toggle {
        border-color: #fff;
        margin-top: 13px;
    margin-right: 8px;
    }
    .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
    position:static;}
    .nav>li>a {
    padding: 2px 15px;
    color: #fff;}
    .tit {
    margin-bottom: 6%;
}
.sy-about1 {
    padding: 14% 3%;
}
.vid{
    margin-bottom:6%;
}
.series .col-md-4{
    margin-bottom: 3%;
}
.media {
    padding: 12px 0;
}

    
}